Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace 0xFF characters with escaped hex (\xFF) #520

Merged
merged 1 commit into from
Aug 20, 2018
Merged

Conversation

szymski
Copy link
Contributor

@szymski szymski commented Jul 7, 2018

Characters for message coloring (0xFF) aren't recognized properly by some of the editors. This results in broken message coloring after modifying the files. By using \xFF sequence instead, this problem doesn't happen.

@noah-
Copy link
Collaborator

noah- commented Jul 12, 2018

Can you make sure that the areas with .replace work properly and double check that the file encoding remained as ANSI in your commit? Also, would be great to get some across the board testing of various scripts to ensure there are no bugs introduced by this change. Apart from that, I think this is a good change and will accept the pull request upon completion of testing.

@noah-
Copy link
Collaborator

noah- commented Jul 25, 2018

can someone test this change?

@ghost
Copy link

ghost commented Jul 31, 2018

@noah-
Copy link
Collaborator

noah- commented Aug 9, 2018

@mf2212 that pr was never merged

@jaenster
Copy link
Contributor

Loving this. Would appreciate it =)

@noah- noah- merged commit 48515c3 into kolton:master Aug 20, 2018
@mf022 mf022 mentioned this pull request Aug 24, 2018
ryancrunchi pushed a commit to ryancrunchi/d2bot-with-kolbot that referenced this pull request Dec 30, 2018
Replace 0xFF characters with escaped hex (\xFF)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants